-
Notifications
You must be signed in to change notification settings - Fork 873
Feature/fga/more realm fixing #5330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bmarty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a small request for the future changelog
| * @param eventId the eventId to listen for TimelineEvent | ||
| */ | ||
| fun getTimeLineEventLive(eventId: String): LiveData<Optional<TimelineEvent>> | ||
| fun getTimelineEventLive(eventId: String): LiveData<Optional<TimelineEvent>> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a file 5330.sdk to announce the 2 API name changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Matrix SDKIntegration Tests Results:
|
...c/main/java/org/matrix/android/sdk/internal/session/room/timeline/TimelineEventDataSource.kt
Outdated
Show resolved
Hide resolved
ouchadam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤞
bmarty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocked by #5330 (comment)
bmarty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Type of change
Content
Continue work started by #5297